home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
printing
/
treesavr.lzh
/
TREESAVR.INF
< prev
next >
Wrap
Text File
|
1990-11-11
|
950b
|
26 lines
# TreeSaver configuration file for V2.50 and greater
#
# The codes assigned to PRINTER_INIT and PRINTER_RESET below are for
# Epson MX/LX/FX printers and compatibles. PRINTER_INIT sets the print
# pitch to compressed elite. PRINTER_RESET resets the printer.
#
# For TreeSaver to work, the printer must be able to print 160 columns.
#
# The codes assigned to PRINTER_INIT and PRINTER_RESET (on the right side of
# the "=") are hexadecimal numbers. Your printer manual probably lists
# printer control codes in hexadecimal. Each pair of hexadecimal digits
# represents a single byte. Each byte must be represented by 2 hexadecimal
# digits, so a 0 is represented as 00. For example, the sequence "ESC 'M'"
# is represented in hexadecimal as "1b4d".
#
PRINTER_INIT=1b4d0f
PRINTER_RESET=1b40
#
# TAB_STOP is the width of a tab stop in spaces.
#
TAB_STOP=8
#
# PAGE_HEIGHT is the height of a paper page in lines.
#
PAGE_HEIGHT=66